Vcenter Deployment StandalonePscSpec
Vcenter Deployment StandalonePscSpec
The Vcenter Deployment StandalonePscSpec schema contains information used to configure a standalone PSC appliance.
This schema was added in vSphere API 6.7.
JSON Example
{
"sso_site_name": "string",
"sso_admin_password": "string",
"sso_domain_name": "string"
}
string
sso_site_name
Optional
The SSO site name used for this PSC.
This property was added in vSphere API 6.7.
If missing or null
, default-first-site will be used.
string
sso_admin_password
Required
The SSO administrator account password.
This property was added in vSphere API 6.7.
string
sso_domain_name
Optional
The SSO domain name to be used to configure this appliance.
This property was added in vSphere API 6.7.
If missing or null
, vsphere.local will be used.